home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr52 / ncclib.zip / NCCDEMO.ZIP / MOUSE.CH < prev   
Text File  |  1991-11-06  |  156b  |  10 lines

  1.  
  2. //────────────────┐
  3. //  Mouse Buttons │
  4. //────────────────┘
  5.  
  6. #define LEFT_BUTTON       1
  7. #define RIGHT_BUTTON      2
  8. #define BOTH_BUTTONS      3
  9.  
  10.